/* 网页跳转器导航页主题 */
/* Theme: torguide */ 
/* Time: 2025-01-31 19:36:00 */
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  text-align: center;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 5px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 5px solid #eee;
}

code, pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

summary {
  display: list-item;
  cursor: pointer;
  font-weight: bold;
  border: #0056b3 1px solid;
  padding: 10px;
  margin-top: 10px;
  background-color: blanchedalmond;
  color:rgb(0, 0, 0);
  margin-bottom: 10px;
  transition-duration: 0ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: background-color, color, border-color;
}

details {
  margin-top: 10px;
  margin-bottom: 10px;
  border: #27292b 1px solid;
  padding: 10px;
  background-color: #f5f5f5;
  color: #000000;
  transition-duration: 0ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: background-color, color, border-color;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

a{
    color: #007bff;
    text-decoration: none;
}

a:hover{
    color: #0056b3;
    text-decoration: underline;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

table th, table td {
  padding: 8px;
  border-top: 1px solid #ddd;
}

.table-responsive {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.table-responsive > .table {
  margin-bottom: 0;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

nav {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
  /* 导航条自动换行 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  /* 字多换行 */
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: scroll;
  /* 导航条动画 */  
  animation-delay: 0.5s;
  display: block;
  position: relative;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow:2px 2px 5px 0px rgba(223, 75, 75, 0.05);
}

nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

nav > ul > li {
  margin-right: 10px;
}

nav > ul > li > a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  transition-duration: 0ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: background-color, color, border-color;
}

nav > ul > li > a:hover {
  background-color: #f5f5f5;
  color: #000000;
}

nav > ul > li > a.active {
  background-color: #f5f5f5;
  color: #000000;
}

nav > ul > li > a.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* 导航条动画 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}